Hexo多deploy配置

配置

格式如下

1
2
3
4
5
deploy:
type: git
repo:
github: https://xxx.github.io.git,master
coding: https://xxx.git,master

问题

配置后发现github不能发布上去,但是coding是可以的。且这种问题只在公司电脑上出现,笔记本二者都可以。自己不想使用ssh的方式,出现问题如下:

1
fatal: could not read Username for 'https://github.com': No error FATAL Something's wrong. Maybe you can find the solution here: http://hexo.io/docs/troubleshooting.html

解决

解决方法为带上账号和密码

1
github: https://账号:密码@xxx.github.io.git,master